home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / ThePicturesErrors.swf / scripts / DefineButton2_72 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-05  |  86 b   |  7 lines

  1. on(release){
  2.    n = random(10) + 1;
  3.    k = 0;
  4.    m = 1;
  5.    gotoAndPlay(5, n);
  6. }
  7.